1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmSALES_COLLECTION_PRINT
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.GroupBox1 = New System.Windows.Forms.GroupBox
26         Me.cmdcancel = New System.Windows.Forms.Button
27         Me.cmdprint = New System.Windows.Forms.Button
28         Me.dtto = New System.Windows.Forms.DateTimePicker
29         Me.dtfrom = New System.Windows.Forms.DateTimePicker
30         Me.Label2 = New System.Windows.Forms.Label
31         Me.Label1 = New System.Windows.Forms.Label
32         Me.GroupBox1.SuspendLayout()
33         Me.SuspendLayout()
34         
'
35         
'GroupBox1
36         
'
37         Me.GroupBox1.Controls.Add(Me.cmdcancel)
38         Me.GroupBox1.Controls.Add(Me.cmdprint)
39         Me.GroupBox1.Controls.Add(Me.dtto)
40         Me.GroupBox1.Controls.Add(Me.dtfrom)
41         Me.GroupBox1.Controls.Add(Me.Label2)
42         Me.GroupBox1.Controls.Add(Me.Label1)
43         Me.GroupBox1.Location = New System.Drawing.Point(
3, 0)
44         Me.GroupBox1.Name =
"GroupBox1"
45         Me.GroupBox1.Size = New System.Drawing.Size(
357, 72)
46         Me.GroupBox1.TabIndex =
0
47         Me.GroupBox1.TabStop = False
48         
'
49         
'cmdcancel
50         
'
51         Me.cmdcancel.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
52         Me.cmdcancel.Location = New System.Drawing.Point(
267, 38)
53         Me.cmdcancel.Name =
"cmdcancel"
54         Me.cmdcancel.Size = New System.Drawing.Size(
75, 27)
55         Me.cmdcancel.TabIndex =
6
56         Me.cmdcancel.Text =
"&Cancel"
57         Me.cmdcancel.UseVisualStyleBackColor = True
58         
'
59         
'cmdprint
60         
'
61         Me.cmdprint.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
62         Me.cmdprint.Location = New System.Drawing.Point(
267, 10)
63         Me.cmdprint.Name =
"cmdprint"
64         Me.cmdprint.Size = New System.Drawing.Size(
75, 27)
65         Me.cmdprint.TabIndex =
5
66         Me.cmdprint.Text =
"&Print"
67         Me.cmdprint.UseVisualStyleBackColor = True
68         
'
69         
'dtto
70         
'
71         Me.dtto.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
72         Me.dtto.Location = New System.Drawing.Point(
56, 43)
73         Me.dtto.Name =
"dtto"
74         Me.dtto.Size = New System.Drawing.Size(
205, 21)
75         Me.dtto.TabIndex =
4
76         
'
77         
'dtfrom
78         
'
79         Me.dtfrom.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
80         Me.dtfrom.Location = New System.Drawing.Point(
56, 17)
81         Me.dtfrom.Name =
"dtfrom"
82         Me.dtfrom.Size = New System.Drawing.Size(
205, 21)
83         Me.dtfrom.TabIndex =
3
84         
'
85         
'Label2
86         
'
87         Me.Label2.AutoSize = True
88         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
89         Me.Label2.Location = New System.Drawing.Point(
24, 43)
90         Me.Label2.Name =
"Label2"
91         Me.Label2.Size = New System.Drawing.Size(
30, 14)
92         Me.Label2.TabIndex =
2
93         Me.Label2.Text =
"To :"
94         
'
95         
'Label1
96         
'
97         Me.Label1.AutoSize = True
98         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
99         Me.Label1.Location = New System.Drawing.Point(
9, 22)
100         Me.Label1.Name =
"Label1"
101         Me.Label1.Size = New System.Drawing.Size(
45, 14)
102         Me.Label1.TabIndex =
1
103         Me.Label1.Text =
"From :"
104         
'
105         
'FrmSALES_COLLECTION_PRINT
106         
'
107         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
108         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
109         Me.ClientSize = New System.Drawing.Size(
371, 84)
110         Me.Controls.Add(Me.GroupBox1)
111         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
112         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
113         Me.MaximizeBox = False
114         Me.MinimizeBox = False
115         Me.Name =
"FrmSALES_COLLECTION_PRINT"
116         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
117         Me.Text =
"Sales Collection Report - Print Option"
118         Me.GroupBox1.ResumeLayout(False)
119         Me.GroupBox1.PerformLayout()
120         Me.ResumeLayout(False)
121
122     End Sub
123     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
124     Friend WithEvents dtfrom As System.Windows.Forms.DateTimePicker
125     Friend WithEvents Label2 As System.Windows.Forms.Label
126     Friend WithEvents Label1 As System.Windows.Forms.Label
127     Friend WithEvents cmdcancel As System.Windows.Forms.Button
128     Friend WithEvents cmdprint As System.Windows.Forms.Button
129     Friend WithEvents dtto As System.Windows.Forms.DateTimePicker
130 End Class


Gõ tìm kiếm nhanh...